// attach ID should be in range from 100 to 110
// first number is forward - backward (bigger is forward)
// second number is height (bigger is higher)
// third number is left - right (negative is left)
// rotation values : 1st along X-longitudinal, 2nd along Y-vertical, 3rd along Z-look up-down)


[attach=100] // forward view 1m high above driver's head
    position = 0,1,1.2,0
    rotation = 0, 0, 0
    object = "LuaScripts/WorldObjects/GoProCamera75.txt"
[end]

[attach=101] // Side camera looking from behind
	position = -4.0, 2.1, -2.8
	rotation = 0, 20, -10
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=102] // Side camera looking on driver
	position = 2.2, 1.5, 4.0
	rotation = 0, -100, -5
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]

[attach=103] // Side camera looking from ahead
	position = 4.5, 1.5, 1.9
	rotation = 0, -160, -5
	object = "LuaScripts/WorldObjects/GoProCamera90.txt"
[end]